home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / iview / dsource.ctl < prev    next >
Text File  |  1996-06-11  |  14KB  |  322 lines

  1. @volumes;
  2. 2;
  3. database; DS;    DS; \dsource\dsource.ctl; "Developer Source";
  4. image;    DS;    DS; \;       "images";
  5.  
  6. ****  Logical to physical file mapping  ****
  7. @Files;
  8. text;                DS:\dsource\dsource.isf;
  9. page_directory;      DS:\dsource\pagedir.dat;
  10. browse_target_index; DS:\dsource\bt.idx;
  11. document_directory;  DS:\dsource\docdir.dat;
  12. lexical_unit_index;  DS:\dsource\lu.idx;
  13. noise_word_list;     DS:\dsource\noise.dat;
  14. field_index;         DS:\dsource\field.idx;
  15. database_toc;        DS:\dsource\db.toc;
  16. text_page_index;     DS:\dsource\txtpg.idx;
  17. image_page_index;    DS:\dsource\imgpg.idx;
  18. logo;                DS:\dsource\dsource.gif;
  19. public_annotations;  pubannot.dat;
  20.     
  21. * This control file contains examples of 2 new sections available
  22. * in InnerView 2.3. 
  23. * The first @ControlBar is an example of the Bitmaps control bar.
  24. * The second @ControlBar is an example of a Buttons control bar.
  25. * Just use one of them in you control file.  You can uncomment/comment
  26. * as many of the Bitmaps/Buttons that you wish to use. 
  27.  
  28. @ControlBar;
  29. 15;  0x00020000;
  30. 2;  40;     40;    "";                 123; * Print  
  31. 2;  40;     40;    "";                 300; * TOC
  32. 2;  40;     40;    "";                 400; * Expression
  33. 2;  40;     40;    "";                 410; * Results
  34. 2;  40;     40;    "";                 432; * Next Keyword
  35. 2;  40;     40;    "";                 312; * Back One Reference
  36. 2;  40;     40;    "";                 431; * Previous Document        
  37. 2;  40;     40;    "";                 430; * Next Document
  38. 2;  40;     40;    "";                 500; * Edit Annotation
  39. 2;  40;     40;    "";                 510; * Place Bookmark
  40. 2;  40;     40;    "";                 800; * Help
  41. *2;  40;     40;    "";                 100; * Open DB 
  42. *2;  40;     40;    "";                 110; * New  
  43. *2;  40;     40;    "";                 111; * Open 
  44. *2;  40;     40;    "";                 112; * Save 
  45. *2;  40;     40;    "";                 114; * Delete 
  46. *2;  40;     40;    "";                 121; * Change Printer
  47. *2;  40;     40;    "";                 131; * Close DB
  48. *2;  40;     40;    "";                 301; * Direct Access
  49. *2;  40;     40;    "";                 310; * X-ref
  50. *2;  40;     40;    "";                 311; * Toggle
  51. *2;  40;     40;    "";                 313; * Back All References
  52. *2;  40;     40;    "";                 330; * Next Page
  53. *2;  40;     40;    "";                 331; * Previous Page
  54. *2;  40;     40;    "";                 501; * Return to Annotation
  55. *2;  40;     40;    "";                 502; * Link Annotation
  56. *2;  40;     40;    "";                 511; * Return to Bookmark
  57. *2;  40;     40;    "";                 530; * Item Attributes
  58. *2;  40;     40;    "";                 540; * Audit Trail
  59. *2;  40;     40;    "";                 600; * Tile
  60. *2;  40;     40;    "";                 601; * Cascade
  61. *2;  40;     40;    "";                 130; * Exit
  62. *2;  40;     40;    "";                 920; * Rotate Left
  63. *2;  40;     40;    "";                 921; * Rotate Right
  64. *2;  40;     40;    "";                 922; * Rotate Home
  65. *2;  40;     40;    "";                 932; * Goto Page
  66. *2;  40;     40;    "";                 940; * Invert Image
  67. *2;  40;     40;    "";                 943; * Magnifying Glass
  68. *2;  40;     40;    "";                 945; * Pan
  69.  
  70.  
  71. * The following is a Button control bar
  72.  
  73. @ControlBar;
  74. 8; 0x00020001;
  75. 1; -1; -1; "Open Database"; 100;
  76. 1; -1; -1; "Print"; 120;
  77. 1; -1; -1; "Table of Contents"; 300;
  78. 1; -1; -1; "Direct Access"; 301;
  79. 1; -1; -1; "Search"; 400;
  80. 1; -1; -1; "Place Bookmark"; 510;
  81. 1; -1; -1; "Return to Bookmark"; 511;
  82. 1; -1; -1; "Magnify"; 943;
  83.  
  84.  
  85.  
  86. * The defaults takes precedence over the page_attributes section in IV2.3 
  87. *
  88. @defaults;
  89. *text_print_select;              page;
  90. *text_print_date;                yes;
  91. *text_print_pagenum;             yes;
  92. *text_print_search_keys;         yes;
  93. *image_print_source_tag;         yes;
  94. *print_pub_annots;               yes;   yes;    
  95. *print_priv_annots;              yes;
  96. *display_search_word_list;       yes;
  97. search_doc_position;            top_of_document;
  98. search_results_order;           by_occurences;
  99. *search_copy_operator;           none;
  100. *page_scrolling;                 page_by_page;
  101. page_scrolling;                 continuous_without_separator;
  102. *page_scrolling;                 continuous_with_separator;
  103. give_autoimage_focus;           yes;
  104.  
  105.  
  106. @database_title;
  107. Developer Source;
  108.  
  109. *@direct_access_lists;
  110. *1;
  111. *"A Font Previewer";42;
  112.  
  113. @character_set;
  114. ANSI;
  115.  
  116. @Fonts;
  117. 19;
  118. **********************************************************************
  119. * Height; Width; Escapement; Orientation; Weight; Italic; Underline; *
  120. *     StrikeOut; CharSet; OutPrecision; ClipPrecision; Quality;      *
  121. *     PitchAndFamily; FaceName;                                      *
  122. **********************************************************************
  123. 11; 0; 0; 0; 400; 0; 0;   * 0) Text
  124.       0; 0; 0; 0; 0;
  125.       16; "Times New Roman";
  126. 12; 0; 0; 0; 400; 0; 0;   * 1) SubHeading
  127.       0; 0; 0; 0; 0;
  128.       16; "Times New Roman";
  129. 11; 0; 0; 0; 400; 0; 0;   * 2) Code Listings
  130.       0; 0; 0; 0; 0;
  131.      48; "Courier New";
  132. 16; 0; 0; 0; 400; 0; 0;   * 3) Title
  133.       0; 0; 0; 0; 0;
  134.       32; "Arial";
  135. 14; 0; 0; 0; 400; 0; 0;   * 4) Heading and Q&A
  136.       0; 0; 0; 0; 0;         
  137.       16; "Times New Roman";
  138. 10;  0; 0; 0; 400; 0; 0;  * 5) Sp
  139.       0; 0; 0; 0; 0;
  140.       16; "Imodesp";
  141. 11; 0; 0; 0; 400; 0; 0;   * 6) Symbol Font
  142.       0; 0; 0; 0; 0;
  143.       80; Symbol;
  144. 11; 0; 0; 0; 400; 0; 0;   * 7) Tables
  145.       0; 0; 0; 0; 0;
  146.       49; "Imodetb";
  147. 10;  0; 0; 0; 400; 0; 0;  * 8) Sb
  148.       0; 0; 0; 0; 0;
  149.       16; "Imodesb";
  150. 3; 1; 0; 0; 400; 0; 0;    * 9) Banner Border
  151.       0; 0; 0; 0; 0;
  152.       32; "Arial";
  153. 11; 0; 0; 0; 400; 0; 0;   * 10)
  154.       0; 0; 0; 0; 0;
  155.       32; "Arial";
  156. 14; 6; 0; 0; 400; 0; 0;   * 11)
  157.       0; 0; 0; 0; 0;
  158.      48; "Imodebb";
  159. 3; 0; 0; 0; 400; 0; 0;    * 12)
  160.       0; 0; 0; 0; 0;
  161.      48; "Courier";
  162. 12; 0; 0; 0; 400; 0; 0;   * 13)
  163.       0; 0; 0; 0; 0;
  164.      48; "Courier New";
  165. 14; 0; 0; 0; 400; 0; 0;   * 14)
  166.       0; 0; 0; 0; 0;
  167.      48; "Courier New";
  168. 14; 0; 0; 0; 400; 0; 0;   * 15)
  169.       0; 0; 0; 0; 0;
  170.       32; "Arial";
  171. 9;  0; 0; 0; 400; 0; 0;   * 16) Small Table
  172.       0; 0; 0; 0; 0;
  173.       32; "Arial";
  174. 11; 0; 0; 0; 400; 0; 0;   * 17) MS LineDraw
  175.       0; 0; 0; 0; 0;
  176.       16; "MS LineDraw";
  177. 11; 0; 0; 0; 400; 0; 0;   * 18) IBM-PC Font
  178.       0; 0; 0; 0; 0;
  179.       16; "IBMPCDOS";
  180.  
  181.  
  182. @TextAttributes;
  183. 56;
  184. *****************************************************************
  185. * TA   Text attribute      Font          Foreground  Background *
  186. * Num   logical name      Number  Flags    color       color    *
  187. *****************************************************************
  188. 0;     "Normal";             0;  0x0e00;  0x000000;  0xffffff; * Black
  189. 1;     "SubHeading";         1;  0x0e01;  0x000000;  0xffffff; * Black 
  190. 2;     "Code";               2;  0x0e00;  0xff0000;  0xffffff; * Blue
  191. 3;     "Journal, Issue";    10;  0x0e00;  0xff0000;  0xffffff; * Blue
  192. 4;     "Title";              3;  0x0e01;  0xff0000;  0xffffff; * Blue
  193. 5;     "Normal: Italic";     0;  0x0e02;  0x000000;  0xffffff; * Black 
  194. 6;     "Normal: Bold";       0;  0x0e01;  0x000000;  0xffffff; * Black
  195. 7;     "Normal: Ital, Bold"; 1;  0x0e03;  0x000000;  0xffffff; * Black 
  196. 8;     "Heading, Q&A";       4;  0x0e01;  0x000000;  0xffffff; * Black 
  197. 9;     "SubScript";          8;  0x0e00;  0x000000;  0xffffff; * Black 
  198. 10;    "Symbol";             6;  0x0e00;  0x000000;  0xffffff; * Black 
  199. 11;    "Author";            10;  0x0e02;  0xff0000;  0xffffff; * Blue 
  200. 12;    "SubHead: Ital, Bold";1;  0x0e03;  0x000000;  0xffffff; * Black 
  201. 13;    "Heading: Ital, Bold";4;  0x0e03;  0x000000;  0xffffff; * Black 
  202. 14;    "Boxes";              7;  0x0e00;  0x000000;  0xffffff; * Black 
  203. 15;    "Table";              2;  0x0e00;  0x000000;  0xffffff; * Black 
  204. 16;    "Table: Bold";        2;  0x0e01;  0x000000;  0xffffff; * Black
  205. 17;    "Code: Italic";       2;  0x0e02;